home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / drewind.txt < prev    next >
Text File  |  1992-03-24  |  838b  |  64 lines

  1. Drewinddir(2)             Oct. 1, 1991              Drewinddir(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Drewinddir - rewind an open directory
  7.  
  8. SYNOPSIS
  9.      LONG Drewinddir( LONG handle );
  10.  
  11. DESCRIPTION
  12.      Drewinddir rewinds the open directory whose handle (returned
  13.      from  the  Dopendir  system  call)  is  handle.   After  the
  14.      Drewinddir call, the next call to  Dreaddir  will  read  the
  15.      first file in the directory.
  16.  
  17. RETURNS
  18.      0 on success.
  19.  
  20.      EIHNDL if handle does not refer to a valid open directory
  21.  
  22.      EINVFN if the directory  cannot  be  rewound  (for  example,
  23.      because of the type of file system on which it is located)
  24.  
  25. SEE ALSO
  26.      Dopendir(2), Dreaddir(2),
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.